From 3a8f70dd1e6a8ec27f39893b76cdc661dbc1b816 Mon Sep 17 00:00:00 2001 From: =?utf8?q?S=C3=A9bastien=20Wilmet?= Date: Fri, 29 Mar 2013 14:09:06 +0100 Subject: [PATCH] gtktextattributes: include the right headers Some function prototypes in gtktexttagprivate.h are implemented in gtktextattributes.c. https://bugzilla.gnome.org/show_bug.cgi?id=697048 --- gtk/gtktextattributes.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/gtk/gtktextattributes.c b/gtk/gtktextattributes.c index d9bb885644..363c4699ca 100644 --- a/gtk/gtktextattributes.c +++ b/gtk/gtktextattributes.c @@ -50,9 +50,7 @@ #include "config.h" #include "gtktextattributes.h" - -#include "gtktexttag.h" -#include "gtktexttypes.h" +#include "gtktexttagprivate.h" /** * gtk_text_attributes_new: -- 2.30.2